ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / HeaderLayoutDefinition Property

In This Topic
    HeaderLayoutDefinition Property
    In This Topic
    Gets or sets an array that defines the layout of the rows used to display the grid's column headers.
    Syntax
    'Declaration
     
    Public ReadOnly Property HeaderLayoutDefinition As IList(Of HeaderCellGroup)
    public IList<HeaderCellGroup> HeaderLayoutDefinition {get;}
    See Also